msvc/config.h: Change settings to a maximum build.
authoroliskoli <oliskoli>
Fri, 22 Aug 2008 22:35:51 +0000 (22:35 +0000)
committeroliskoli <oliskoli>
Fri, 22 Aug 2008 22:35:51 +0000 (22:35 +0000)
msvc/config.h

index b8df41708e635596e7a0996461199aa7e62322ee..9890bedb1712a6053a5ac4234c7c283f6118bc57 100644 (file)
@@ -7,22 +7,22 @@
 // Define to one for everything we know.
 
 /* 0 for most-used, 1 for all character sets */
-#undef CET_WANTED     
+#define CET_WANTED 1
 
 /* 1 to enable as many formats as possible */
-#undef MAXIMAL_ENABLED
+#define MAXIMAL_ENABLED 1
 
 /* 1 to enable the CSV formats support */
-#undef CSVFMTS_ENABLED 
+#define CSVFMTS_ENABLED 1
 
 /* 1 to enable all the filters. */
-#undef FILTERS_ENABLED 
+#define FILTERS_ENABLED 1
 
 /* 1 to enable Palm PDB support */
-#undef  PDBFMTS_ENABLED 
+#define  PDBFMTS_ENABLED 1
 
 /* 1 to enable shapefile support */
-#undef SHAPELIB_ENABLED
+#define SHAPELIB_ENABLED 1
 
 /* 1 to inhibit our use of zlib. */
-#define ZLIB_INHIBITED 1
+#undef ZLIB_INHIBITED